projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f567a
)
(ispell-message-text-end): Match reporter.el bug reports.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Sep 1995 00:48:05 +0000
(
00:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Sep 1995 00:48:05 +0000
(
00:48
+0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 0f854d64b396e0ae6c5c1135e7caefef666629b6..dd0f14e4329c6a74ca2a1e3d88d86d9f64e20185 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-2057,6
+2057,8
@@
warns you if the previous word is incorrectly spelled."
"^#! /bin/[ck]?sh"
;; Matches context difference listing
"\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*"
+ ;; Matches reporter.el bug report
+ "^current state:\n==============\n"
;; Matches "----------------- cut here"
;; and "------- Start of forwarded message"
"^[-=_]+\\s ?\\(cut here\\|Start of forwarded message\\)")